; Fix Icomplete error during candidate highlighting
authorEshel Yaron <me@eshelyaron.com>
Fri, 14 Jun 2024 17:49:21 +0000 (19:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 14 Jun 2024 17:49:21 +0000 (19:49 +0200)
commit3b07d33059150671d0af1cc7b51fa7c8cc4b4ea1
treeada4b1493bcd53256ddf6220c8b411c5905e6a5a
parenta8d5c5fd8789f28ddd040e497f03a988e5f0703c
; Fix Icomplete error during candidate highlighting

* lisp/icomplete.el (icomplete-completions): Pass completion
candidates through 'completion-lazy-hilit' before trimming
common prefix, rather than after.

https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00271.html
lisp/icomplete.el